Skip to content

Fix persistent local flag in session url updating #13905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

nielsdos
Copy link
Member

@nielsdos nielsdos commented Apr 7, 2024

Short-lived regression from 5ce9687. I forgot to add the persistent local flag, so that means that RC_DEBUG will complain. These strings are local to the thread so we can just add the flag to silence the debug checker in this case.
This fixes the nightly failure in ext-session.

Short-lived regression from 5ce9687.
I forgot to add the persistent local flag, so that means that RC_DEBUG
will complain. These strings are local to the thread so we can just add
the flag to silence the debug checker in this case.
@nielsdos nielsdos requested a review from bukka as a code owner April 7, 2024 12:33
@nielsdos nielsdos merged commit 4a14211 into php:PHP-8.2 Apr 7, 2024
nielsdos added a commit that referenced this pull request Apr 7, 2024
* PHP-8.2:
  Fix persistent local flag in session url updating (#13905)
nielsdos added a commit that referenced this pull request Apr 7, 2024
* PHP-8.3:
  Fix persistent local flag in session url updating (#13905)
bwoebi pushed a commit to bwoebi/php-src that referenced this pull request Apr 7, 2024
Short-lived regression from 5ce9687.
I forgot to add the persistent local flag, so that means that RC_DEBUG
will complain. These strings are local to the thread so we can just add
the flag to silence the debug checker in this case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant